home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / netcat-traditional.prerm < prev    next >
Text File  |  2008-06-21  |  104b  |  8 lines

  1. #!/bin/sh -e
  2.  
  3. if [ "$1" = "remove" ]; then
  4.     update-alternatives --remove nc /bin/nc.traditional
  5. fi
  6.  
  7.  
  8.